home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / acpi / sleepbtn.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2009-10-13  |  398b  |  13 lines

  1. #!/bin/sh
  2.  
  3. # This script is part of the KEY TRANSLATION part of acpi-support. Compare with
  4. # sleep.sh, which is part of the SUSPEND part of acpi-support. This script is
  5. # intended to translate a key event which is not seen as a suspend key press by
  6. # the rest of the system.
  7.  
  8.  
  9. test -f /usr/share/acpi-support/key-constants || exit 0
  10.  
  11. . /usr/share/acpi-support/key-constants
  12. acpi_fakekey $KEY_SLEEP
  13.